home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / busy_burger.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  135b  |  7 lines

  1. on(release){
  2.    gotoAndStop(2);
  3.    _root._quality = "HIGH";
  4.    _parent.lores.gotoAndStop(1);
  5.    _parent.midres.gotoAndStop(1);
  6. }
  7.